#nav{
	list-style: none;
	margin: 0px;
	padding: 15px;
	background: url(trans_white.gif);
	overflow: hidden;
}
ul#nav 
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#nav li{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-repeat:no-repeat;
}
#nav li a {
	display: block;
	width: 264px;
	height: 24px;
	text-indent: -789em;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
}
#nav li a:hover{
	background-position: right;
}
#nav li a img  { vertical-align: bottom; }

#nav #home { background-image: url(../images/home.jpg);}
#nav #about_us { background-image: url(../images/about_us.jpg); }
#nav #apartments { background-image: url(../images/apartments.jpg); }
#nav #fitness { background-image: url(../images/fitness.jpg); }
#nav #location { background-image: url(../images/location.jpg); }
#nav #contact_us { background-image: url(../images/contact_us.jpg); }

